func encoding/json.newline

4 uses

	encoding/json (current package)
		indent.go#L62: func newline(dst *bytes.Buffer, prefix, indent string, depth int) {
		indent.go#L99: 			newline(dst, prefix, indent, depth)
		indent.go#L118: 			newline(dst, prefix, indent, depth)
		indent.go#L130: 				newline(dst, prefix, indent, depth)